home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / paranormality.swf / scripts / DefineButton2_601 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  254 b   |  13 lines

  1. on(release){
  2.    if(_level0["interface"].hires._currentFrame == 1)
  3.    {
  4.       _highquality = 0;
  5.       _level0["interface"].hires.gotoAndStop(2);
  6.    }
  7.    else
  8.    {
  9.       _highquality = 1;
  10.       _level0["interface"].hires.gotoAndStop(1);
  11.    }
  12. }
  13.